home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
checkbox
/
plugins
/
delay_prompt.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-10-12
|
779 b
|
17 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
from time import sleep
from checkbox.properties import Float
from checkbox.plugin import Plugin
class DelayPrompt(Plugin):
timeout = Float(default = 0)
def __init__(self):
super(DelayPrompt, self).__init__()
sleep(self.timeout)
factory = DelayPrompt